'Declaration<ExtensionAttribute()> Public Overloads Shared Sub WriteItemValue(Of TValue)( _ ByVal client As IEasyDAClient, _ ByVal serverDescriptor As ServerDescriptor, _ ByVal nodeDescriptor As DANodeDescriptor, _ ByVal value As TValue _ )
'UsageDim client As IEasyDAClient Dim serverDescriptor As ServerDescriptor Dim nodeDescriptor As DANodeDescriptor Dim value As TValue IEasyDAClientExtension2.WriteItemValue(Of TValue)(client, serverDescriptor, nodeDescriptor, value)
[Extension()] public static void WriteItemValue<TValue>( IEasyDAClient client, ServerDescriptor serverDescriptor, DANodeDescriptor nodeDescriptor, TValue value )
[Extension()] public: static void WriteItemValuegeneric<typename TValue> ( IEasyDAClient^ client, ServerDescriptor^ serverDescriptor, DANodeDescriptor^ nodeDescriptor, TValue^ value )
Parameters
- client
 - The client object that will perform the operation.
 - serverDescriptor
 - The OPC server involved in the operation.
 - nodeDescriptor
 - The OPC item involved in the operation.
 - value
 - The typed value to be written.
 
Type Parameters
- TValue
 - The type of item value.